home *** CD-ROM | disk | FTP | other *** search
- from PSPApp import *
-
- def ScriptProperties():
- return {
- 'Author': u'Corel Corporation',
- 'Copyright': u'Copyright (c) 2003-2004 Corel Corporation All rights reserved.',
- 'Description': u'',
- 'Host': u'Paint Shop Pro',
- 'Host Version': u'8.10'
- }
-
- def Preset_Sculpture():
- return {
- 'Ambience': -70,
- 'Angle': 315,
- 'Color': (255,0,0),
- 'Depth': 60,
- 'Elevation': 40,
- 'Intensity': 75,
- 'PatternName': u'Corel_08_002',
- 'Shininess': 10,
- 'Size': 100,
- 'Smoothness': 80
- }
-
- def Do(Environment):
- # Sculpture
- App.Do( Environment, 'Sculpture', Preset_Sculpture())
-
-